Make sure not to get a double directory separator in case the home
authorTor Lillqvist <tml@iki.fi>
Sat, 28 Oct 2000 17:33:07 +0000 (17:33 +0000)
committerTor Lillqvist <tml@src.gnome.org>
Sat, 28 Oct 2000 17:33:07 +0000 (17:33 +0000)
commitd8dd345efaa21ce5300a0b7f23863dec0d3ec016
treea695d7ebe7c1b7c0d4019cb5cc801c018a113416
parentf2d6705f185031859e7737459195f187d401e12c
Make sure not to get a double directory separator in case the home

2000-10-28  Tor Lillqvist  <tml@iki.fi>

* gtk/gtkrc.c (gtk_rc_append_default_module_path): Make sure not
to get a double directory separator in case the home directory
ends with one. This would cause trouble especially on Windows,
where the path will be confused with the syntax for an an UNC
(network share) path \\server\share\path.
(gtk_rc_add_initial_default_files): Ditto.
ChangeLog
ChangeLog.pre-2-0
ChangeLog.pre-2-10
ChangeLog.pre-2-2
ChangeLog.pre-2-4
ChangeLog.pre-2-6
ChangeLog.pre-2-8
gtk/gtkrc.c